Ending a Java Runtime Session
After you have completed executing your Java programs, you can end the Java runtime session by calling the functionJMCloseSession
(page 56). This function disposes of theJMSessionRef
object and removes any resources that JManager may have allocated for it. However, if you created any resources (such as AWT contexts and applets) within the session, you should explicitly remove them before callingJMCloseSession
.